FML DISTANCE
FML DISTANCE returns the distance of two points (either 2D or 3D).
ARGUMENTS:
* X1 = X position of the first point
* Y1 = Y position of the first point
* X2 = X position of the second point
* Y2 = Y position of the second point
or
* X1 = X position of the first point
* Y1 = Y position of the first point
* Z1 = Z position of the first point
* X2 = X position of the second point
* Y2 = Y position of the second point
* Z2 = Z position of the second point
RETURNS:
Returns the distance of the two given points
SYNTAX
Return Float=FML DISTANCE(X1,Y1,X2,Y2)
Return Float=FML DISTANCE(X1,Y1,Z1,X2,Y2,Z2)
RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File
